bitkeeper revision 1.1564.1.3 (4295f31bXXSt2FVu5PG4ForW7oosIw)
authordjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Thu, 26 May 2005 16:02:35 +0000 (16:02 +0000)
committerdjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Thu, 26 May 2005 16:02:35 +0000 (16:02 +0000)
One-liner to resolve link error due to recent core changes to idle

xen/arch/ia64/domain.c

index 54a3b68e508a2d9eeadc7a4d7163e8dc80636661..772b4bd99dbc9ab7c889a7253c88b39b709b41f4 100644 (file)
@@ -133,7 +133,6 @@ void startup_cpu_idle_loop(void)
         * Therefore memory barrier to ensure state is visible.
         */
        smp_mb();
-       init_idle();
 #if 0
 //do we have to ensure the idle task has a shared page so that, for example,
 //region registers can be loaded from it.  Apparently not...